github.com/refraction-networking/utls.UConn.greaseSeed (field)
12 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L41: greaseSeed [ssl_grease_last_index]uint16
u_parrots.go#L2813: for i := range uconn.greaseSeed {
u_parrots.go#L2814: uconn.greaseSeed[i] = binary.LittleEndian.Uint16(grease_bytes[2*i : 2*i+2])
u_parrots.go#L2816: if GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_extension1) == GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_extension2) {
u_parrots.go#L2817: uconn.greaseSeed[ssl_grease_extension2] ^= 0x1010
u_parrots.go#L2824: hello.CipherSuites[i] = GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_cipher)
u_parrots.go#L2861: ext.Value = GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_extension1)
u_parrots.go#L2863: ext.Value = GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_extension2)
u_parrots.go#L2872: ext.Curves[i] = CurveID(GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_group))
u_parrots.go#L2880: ext.KeyShares[i].Group = CurveID(GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_group))
u_parrots.go#L2926: ext.Versions[i] = GetBoringGREASEValue(uconn.greaseSeed, ssl_grease_version)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |